Interface ActivityWizard

All Superinterfaces:
IPCObject
All Known Implementing Classes:
ActivityWizardImpl

public interface ActivityWizard extends IPCObject
Information provided by the PKI file:

    \class ActivityWizard
    
    \brief ActivityWizard is an assessment creation tool.
    
    \details    The activity wizard is an assessment tool that allows the user to create highly specific
    networking scenarios for other users.
    
    In this version of the API, IPC controlled activity creation via the activity wizard is
    not supported. However, certain aspects of an activity may still be manipulated using
    the ActivityFile class.
    
    \example appWindow().getActivityWizard()
    
Author:
Auto-generated
  • Method Details

    • setVisible

      void setVisible(boolean bVisible)
      Information provided by the PKI file:
      
          \brief Shows or hides the Activity Wizard widget from view.
          
          \param bVisible, true shows the widget, false hides it.
          
              
      Parameters:
      bVisible - Takes in a parameter of bVisible
    • setWidgetVisible

      void setWidgetVisible(String name, boolean bVisible)
      Information provided by the PKI file:
      
          \brief Shows or hides the specified Activity Wizard child widget.
          
          \param name,        where name is one of the following: WelcomeBtn, VariableManagerBtn, InstructionsBtn, AnswerNetworkBtn,
          InitialNetworkBtn, PasswordBtn, TestActivityBtn, CheckActivityBtn, ExitBtn, SaveBtn, SaveAsBtn,
          SaveAsPkzBtn, SaveAsCCBtn, InstPrevBtn, InstNextBtn, InstRemoveBtn, InsertBtn, ImportBtn,
          ImportAllBtn, ExportBtn, ExportAllBtn, AutoLoadCB, ShowAnsNetBtn, ExportAnsNetBtn,
          ImportAnsNetBtn, ShowInitNetworkBtn, ExportInitNetworkBtn, ImportInitNetworkBtn, CopyAnsNetBtn,
          EnablePassBtn, DisablePassBtn, AddShapeBtn
          \param bVisible, true shows the child widget, false hides it.
          
              
      Parameters:
      name - Takes in a parameter of name
      bVisible - Takes in a parameter of bVisible
    • setDisabled

      void setDisabled(boolean bDisabled)
      Information provided by the PKI file:
      
          \brief Enables or disables input events to the Activity Wizard widget.
          
          \param bDisabled, true disables input events to the widget, false enables it.
          
              
      Parameters:
      bDisabled - Takes in a parameter of bDisabled
    • setWidgetDisable

      void setWidgetDisable(String name, boolean bDisabled)
      Information provided by the PKI file:
      
          \brief Enables or disables the specified Activity Wizard child widget.
          
          \param name,        where name is one of the following: WelcomeBtn, VariableManagerBtn, InstructionsBtn, AnswerNetworkBtn,
          InitialNetworkBtn, PasswordBtn, TestActivityBtn, CheckActivityBtn, ExitBtn, SaveBtn, SaveAsBtn,
          SaveAsPkzBtn, SaveAsCCBtn, InstPrevBtn, InstNextBtn, InstRemoveBtn, InsertBtn, ImportBtn,
          ImportAllBtn, ExportBtn, ExportAllBtn, AutoLoadCB, ShowAnsNetBtn, ExportAnsNetBtn,
          ImportAnsNetBtn, ShowInitNetworkBtn, ExportInitNetworkBtn, ImportInitNetworkBtn, CopyAnsNetBtn,
          EnablePassBtn, DisablePassBtn, AddShapeBtn
          \param bDisabled, true disables the child widget, false enables it.
          
              
      Parameters:
      name - Takes in a parameter of name
      bDisabled - Takes in a parameter of bDisabled